home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / system / sh1_111.zip / BC.SH < prev    next >
Text File  |  1987-09-03  |  200b  |  13 lines

  1. ^  bc - integer calculator                              ^
  2. local N
  3. if %# == 0
  4.   repeat
  5.     echo next: _
  6.     N=
  7.     accept N
  8.     shx -a %"%N%"
  9.   until '%N' == ''
  10. else
  11.   shx -a %"%0%"
  12. endif
  13.